"Report" object

It represents a link to the current report. The property of this object can be seen when selecting the "Report" element in the "Report tree" window.

Methods:

Method Description
function Calc(const Expr:
String): Variant
Returns the "Expr" expression's value, for example, Report.Calc('1+2') returns "3." Any expression, which is correct in terms of FastReport's, can be transferred as an expression.
function GetDataSet(const
Alias: String): TfrxDataSet
Returns a data set with a soecified name. The data set should be included into the list of the report's data ("Report|Data..." dialogue).